Spread Windows Forms 12.0 Product Documentation
ActionResult<T> Constructor(String)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ActionResult<T> Structure > ActionResult<T> Constructor : ActionResult<T> Constructor(String)
The details information of executing action.
Initializes an action failed result.
Syntax
'Declaration
 
Public Function New( _
   ByVal details As String _
)
'Usage
 
Dim details As String
 
Dim instance As New ActionResult(Of T)(details)
public ActionResult<T>( 
   string details
)

Parameters

details
The details information of executing action.
See Also

Reference

ActionResult<T> Structure
ActionResult<T> Members
Overload List